home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 31 / Amiga Format CD31 (1998-09-02)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1998-10].iso / -seriously_amiga- / hardware / catweasel_extras / pcd1 < prev    next >
Text File  |  1998-07-16  |  589b  |  26 lines

  1. /* multidisk file system entry
  2.  *
  3.  * This mounts a logical device on catweasel unit 1 for reading and
  4.  * writing 360K MS-DOS 9 sector Disks. Create mountlists for other
  5.  * units by changing the number behind 'UNIT  = ' to 0, 1 or 2.
  6.  */
  7.  
  8. FileSystem = L:CrossDOSFileSystem
  9. Device      = multidisk.device
  10. Unit     = 1
  11. Flags    = 18 /* makes a 360K PC Disk driver */
  12. BlockSize = 512
  13. Surfaces = 2
  14. BlocksPerTrack = 9
  15. Reserved = 1
  16. Interleave  = 0
  17. LowCyl      = 0
  18. HighCyl     = 39
  19. Buffers     = 5
  20. BufMemType  = 1
  21. StackSize   = 2048
  22. Priority = 5
  23. GlobVec     = -1
  24. DosType = 0x4D534400
  25. Activate = 1
  26.